From: Glenn Morris Date: Wed, 23 Apr 2008 03:00:29 +0000 (+0000) Subject: (holiday-oriental-holidays): Add more holidays. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~22235 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=43c783b89abb1f6eff8c8490e88b3c4863a6f60b;p=emacs.git (holiday-oriental-holidays): Add more holidays. --- diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 0393f990629..8a994c7e269 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -74,9 +74,20 @@ See the documentation for `calendar-holidays' for details." ;;;###autoload (defcustom holiday-oriental-holidays - '((holiday-chinese-new-year)) + '((holiday-chinese-new-year) + (if calendar-chinese-all-holidays-flag + (append + (holiday-chinese 1 15 "Lantern Festival") + (holiday-chinese-qingming) + (holiday-chinese 5 5 "Dragon Boat Festival") + (holiday-chinese 7 7 "Double Seventh Festival") + (holiday-chinese 8 15 "Mid-Autumn Festival") + (holiday-chinese 9 9 "Double Ninth Festival") + (holiday-chinese-winter-solstice) + ))) "Oriental holidays. See the documentation for `calendar-holidays' for details." + :version "23.1" ; added more holidays :type 'sexp :group 'holidays) ;;;###autoload